ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / OperatingItems Property

In This Topic
    OperatingItems Property (CollectionViewEditRequest<T>)
    In This Topic
    The items which is used for creating, updating or deleting.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#3dt.#eet)>
    Public Property OperatingItems As IList(Of T)
    [JsonConverter(#3dt.#eet)]
    public IList<T> OperatingItems {get; set;}
    See Also